home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19980901-19981211 / 000140_news@newsmaster….columbia.edu _Mon Oct 12 02:25:37 1998.msg < prev    next >
Internet Message Format  |  2020-01-01  |  4KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id CAA04116
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Mon, 12 Oct 1998 02:25:33 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id CAA23490
  7.     for kermit.misc@watsun; Mon, 12 Oct 1998 02:25:33 -0400 (EDT)
  8. Path: news.columbia.edu!panix!howland.erols.net!newspeer.monmouth.com!newsfeed.ecrc.net!newsfeed2.ecrc.net!news.siemens.de!news.mch.sbs.de!not-for-mail
  9. From: Muljawan Hendrianto <muljawan.hendrianto@siemens.com.sg>
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: newbie question:compilation error
  12. Date: Mon, 12 Oct 1998 14:24:12 +0800
  13. Organization: Siemens Inc.
  14. Lines: 30
  15. Message-ID: <3621A08C.884C7637@siemens.com.sg>
  16. NNTP-Posting-Host: muljawan.siemens.com.sg
  17. Mime-Version: 1.0
  18. Content-Type: text/plain; charset=us-ascii
  19. Content-Transfer-Encoding: 7bit
  20. X-Mailer: Mozilla 4.01 [en] (WinNT; I)
  21. X-Priority: 3 (Normal)
  22. Xref: news.columbia.edu comp.protocols.kermit.misc:9325
  23.  
  24. Dear all,
  25.  
  26. I am trying to compile kermit 6.0.192.
  27. But during the compilation I got the following error messages,
  28.  
  29. ckutio.c: In function `ttsspd':
  30. ckutio.c:4680: `TIOCGSERIAL' undeclared (first use in this function)
  31. ckutio.c:4680: (Each undeclared identifier is reported only once
  32. ckutio.c:4680: for each function it appears in.)
  33. ckutio.c:4686: `TIOCSSERIAL' undeclared (first use in this function)
  34. ckutio.c: In function `ttgspd':
  35. ckutio.c:4834: `TIOCGSERIAL' undeclared (first use in this function)
  36. ckutio.c: In function `in_chk':
  37. ckutio.c:6093: warning: passing arg 3 of `select' from incompatible
  38. pointer type
  39. ckutio.c:6093: warning: passing arg 4 of `select' from incompatible
  40. pointer type
  41. make[1]: *** [ckutio.o] Error 1
  42. make[1]: Leaving directory `/usr/local/src/kermit'
  43. make: *** [linux] Error 2
  44.  
  45. It complains about an undeclared variable and also gave me warning about
  46. redefined variable like `PF_MAX`, `PF_X25` ... etc.
  47. Does anyone knows the workaround for this?
  48. I am using linux redhat 2.0.32 on pentium base server and gcc 2.8.1
  49. compiler.
  50.  
  51. thanks in advance,
  52. Muljawan
  53.  
  54.  
  55. In article <3621A08C.884C7637@siemens.com.sg>,
  56. Muljawan Hendrianto  <muljawan.hendrianto@siemens.com.sg> wrote:
  57. : I am trying to compile kermit 6.0.192.
  58. : But during the compilation I got the following error messages,
  59. : ckutio.c: In function `ttsspd':
  60. : ckutio.c:4680: `TIOCGSERIAL' undeclared (first use in this function)
  61. : ckutio.c:4680: (Each undeclared identifier is reported only once
  62. : ckutio.c:4680: for each function it appears in.)
  63. : ckutio.c:4686: `TIOCSSERIAL' undeclared (first use in this function)
  64. : ckutio.c: In function `ttgspd':
  65. : ckutio.c:4834: `TIOCGSERIAL' undeclared (first use in this function)
  66. : ckutio.c: In function `in_chk':
  67. : ckutio.c:6093: warning: passing arg 3 of `select' from incompatible
  68. : pointer type
  69. : ckutio.c:6093: warning: passing arg 4 of `select' from incompatible
  70. : pointer type
  71. : make[1]: *** [ckutio.o] Error 1
  72. : make[1]: Leaving directory `/usr/local/src/kermit'
  73. : make: *** [linux] Error 2
  74. : It complains about an undeclared variable and also gave me warning about
  75. : redefined variable like `PF_MAX`, `PF_X25` ... etc.
  76. : Does anyone knows the workaround for this?
  77. : I am using linux redhat 2.0.32 on pentium base server and gcc 2.8.1
  78. : compiler.
  79. Newer versions of Linux need newer versions of Kermit.  Please try version
  80. 6.1 Beta, which you can find at:
  81.  
  82.   http://www.columbia.edu/kermit/ck61.html
  83.  
  84. - Frank